SUMMARY An additional converting method to convert a collection to a string, with a specified character as the delimiter between elements. See comment example. BH, 28/9/92"
!
'From Objectworks\Smalltalk(R), Release 4.1 of 15 April 1992 on 29 September 1992 at 1:24:43 am'!
!Collection methodsFor: 'converting'!
asStringWithCharacter: aCharacter
"Convert me into a string, with aCharacter as the delimiter between elements.
Bernard Horan, 29 September 1992. Example:
Collection allSubclasses asStringWithCharacter: Character cr "